PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFEncryptionAlgorithm Enumeration
In This Topic
    PDFEncryptionAlgorithm Enumeration
    In This Topic
    Defines the supported PDF encryption algorithms.
    Members
    MemberDescription
    AESAES encryption.
    NONENo encryption is used.
    RC4RC4 encryption.
    UNKNOWNUnknown encryption algorithm.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.core.security.PDFEncryptionAlgorithm

    See Also